data marshalling造句
例句與造句
- for information about data marshaling, see
有關(guān)數(shù)據(jù)封送的信息,請參見 - describes how copying and pinning affect data marshaling
描述復(fù)制和鎖定如何影響數(shù)據(jù)封送處理。 - as is true of managed unmanaged data marshaling in general, the
對于托管/非托管數(shù)據(jù)封送處理,通常將 - describes the performance implications of mixed assemblies and data marshaling
描述混合程序集和數(shù)據(jù)封送處理的性能含義。 - net data types can be used in place of native types, and the details of data marshaling can be performed transparently inside the crcw
net數(shù)據(jù)類型可用于替換本機(jī)類型,并且數(shù)據(jù)封送的細(xì)節(jié)可在crcw內(nèi)部透明地執(zhí)行。 - It's difficult to find data marshalling in a sentence. 用data marshalling造句挺難的
- when a managed client and unmanaged server are in the same apartment, the interop marshaling service handles all data marshaling
當(dāng)托管客戶端和非托管服務(wù)器位于同一單元中時,interop封送處理服務(wù)處理所有數(shù)據(jù)封送處理。 - in other words, c interop uses the fastest possible method of data marshaling, whereas p invoke uses the most robust method
換句話說,c++interop使用的可能是最快的數(shù)據(jù)封送處理方法,而p/invoke使用的則是最可靠的方法。 - other data types, such as function pointers, arrays, and structures, require additional attributes to ensure proper data marshaling
其他數(shù)據(jù)類型(如函數(shù)指針、數(shù)組和結(jié)構(gòu))需要一些附加屬性以確保進(jìn)行正確的數(shù)據(jù)封送處理。 - same-apartment marshaling . because the client and server are in the same apartment, the interop marshaling service automatically handles all data marshaling
由于客戶端和服務(wù)器位于同一單元中,因此interop封送處理服務(wù)將自動處理所有數(shù)據(jù)封送處理。 - no special coding is required because these data types have the same representation in memory, but more complex data types require explicit data marshaling
)的非托管api而言,無需特殊編碼,因為這些數(shù)據(jù)類型在內(nèi)存中具有相同的表示形式,但是更復(fù)雜的數(shù)據(jù)類型需要顯式數(shù)據(jù)封送處理。 - the data marshaling performed by c interop is the simplest possible form : the parameters are simply copied across the managed unmanaged boundary in a bitwise fashion; no transformation is performed at all
對于p/invoke,僅在所有參數(shù)都為簡單的可直接復(fù)制到本機(jī)結(jié)構(gòu)中的類型時才能這樣做。 - which converts a com type library to an interop assembly . from this assembly, the interop marshaling service generates wrappers that perform data marshaling between managed and unmanaged memory
從該程序集中,互操作封送處理服務(wù)生成包裝,該包裝在托管內(nèi)存和非托管內(nèi)存之間執(zhí)行數(shù)據(jù)封送處理。 - furthermore, although the behavior of p invoke data marshaling can be modified at customized to a degree, c interop allows data marshaling to be customized on a call-by-call basis
此外,盡管可以在一定程度上通過自定義來修改p/invoke數(shù)據(jù)封送處理的行為,但是c++interop允許在逐個調(diào)用的基礎(chǔ)上自定義數(shù)據(jù)封送處理。 - furthermore, although the behavior of p invoke data marshaling can be modified at customized to a degree, c interop allows data marshaling to be customized on a call-by-call basis
此外,盡管可以在一定程度上通過自定義來修改p/invoke數(shù)據(jù)封送處理的行為,但是c++interop允許在逐個調(diào)用的基礎(chǔ)上自定義數(shù)據(jù)封送處理。 - the managed unmanaged thunks are necessary for interop to work at all, but the data marshaling that is required depends on the data types involved, the function signature, and how the data will be used
托管/非托管形式轉(zhuǎn)換是interop正常工作所必需的,但是所需的數(shù)據(jù)封送處理取決于涉及到的數(shù)據(jù)類型、函數(shù)簽名以及使用數(shù)據(jù)的方式。